Vcenter Utilization Proxies RouteInfo
Vcenter Utilization Proxies RouteInfo
The Vcenter Utilization Proxies RouteInfo schema defines a route in an HTTP proxy server.
This schema was added in vSphere API 9.1.0.0.
JSON Example
{
"path": "string",
"peers": [
{
"address": "string",
"active_requests": 0
}
]
}
string
path
Required
The URI prefix for which this proxy route is responsible.
This property was added in vSphere API 9.1.0.0.
array of
Vcenter Utilization Proxies PeerInfo
peers
Optional
The list of peers who are issuing requests to this route and the count of requests they have active.
This property was added in vSphere API 9.1.0.0.
if missing or null, the peers issuing requests to this route could not be determined.